@charset "utf-8";
/* CSS Document */

/*公共样式定义,元素初始化*/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,table,th,td,dl,dt,dd,form,fieldset,legend,input,button,textarea,select{ margin:0;padding:0;box-sizing: border-box;}
input{outline: none;}
body{background-attachment: fixed; font-family:"微软雅黑","黑体"; } 
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%;}
h2{ font-size:20px; }
a,area{ blr:expression(this.onFocus=this.blur()); text-decoration:none; color:#333; }
:focus{ -moz-outline-style:none; }
.cl{ clear: both; zoom:1;}
.clear:after {content: "";display: block;height: 0;clear: both;}
em,i{font-style:normal;}
li{list-style:none;}
img{border:none;vertical-align:middle;}
a img{ border:none;}
table{border-collapse:collapse;border-spacing:0;}

/*常用样式的定义*/
.red{ color:#f00;}
.navbar-fixed-top { position:fixed; top:0;}
.navbar-fixed-bottom { position:fixed; bottom:0;}
.lt	{ float:left!important;}
.rt	{ float:right!important;}
a:hover { text-decoration:underline;}
.hide{display: none;}

/*以下是手机端的公共样式基础表*/
/*body{font-size:14px;max-width:720px; margin:0 auto;min-width: 320px;}*/
header,section,nav ,article,footer{ width:100%;} 
/*手机离线宝百度自带的样式是0.8rem在手机上字体特别大*/
#LXB_CONTAINER_SHOW,#LXB_CONTAINER .lxb-cb-input-tip-content,#LXB_CONTAINER .lxb-cb-input,#LXB_CONTAINER .lxb-cb-input-btn,#LXB_CONTAINER .lxb-cb-input-tip, #LXB_CONTAINER .lxb-cb-input-feedback,#LXB_CONTAINER .lxb-cb-input-tip-content b{font-size:14px!important;}
#LXB_CONTAINER .lxb-cb-input-tip-content{line-height:16px!important;}


a{
border:none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color:transparent;
outline:none;
}